How I have a problem with devExpress I need to do a subreport,
generate a tableadapter linked to a stored procedure that brings me information through a parameter "id", I do not know how to associate it with code the value of my id to my paramet...
Good afternoon colleagues of the informatica I resort to your very good help I am worked with SQL 2012 and VB 2015 with devexpress component I have a problem and it is the following I have two form we will put form 1 and form 2
what I want is...
I recently migrated an ASP.net solution from VS2010 to VS2015 but at the time of running the project I get these errors:
Severity Code Description Project File Line Suppression State
Error 'Could not load file or assembly' DevExpress.Web.v11....
How can I change the font type in a specific record, regardless of the size or style of the font?
Example:
1101 Caja y Banco 10,000.00 esto lo quiero en negrita
110101 5,000.00
110102 5,000.00 estos...
After downloading an excel with the grid data all my buttons on the page lose the functionality (search button to refresh the grid with other parameters and download a new excel with other data, eg dates).
I have tried to force him to refresh...
I have a treeList (DevExpress) and I want to get the complete path of a selected node in a label. For example: Parent_Node \ Nodo_Hijo \ Nodo_Nieto ... , something like the treeview fullpath of native Windows forms.
Path : Dxperience...
I'm doing a project in visual basic and devexpress.
When I compile the software in visual studio, everything works fine, but when I run the program installed on the pc and I want to access a dashboard, I get the following error:
No se pued...
I am doing a TimeEdit with devexpress and I need only certain ranges to be chosen, my code is as follows:
itemEndDate.SetNestedContent(() => Html.DevExpress().TimeEditFor(model => model.EndTime, settings =>...