DevExpress is a component vendor for a variety of controls across different technologies.
Consider the following picture I get the selected row values in the three textboxes shown in the figure when i …
c# winforms devexpress xtragridI've just installed DXperienceXaf-10.1.7, but the controls do not appear in the VS 2010 toolbox, neither do they show in the …
visual-studio devexpressI'm trying to get selected grid rows KeyField value on client side; I used to try followings and get various …
asp.net devexpress client-side aspxgridviewI use a DevexpressGridView to display all TOPIC (id,title,content) <dx:ASPxGridView ID="gv" runat="server" OnSelectionChanged="gv_…
c# asp.net devexpress aspxgridviewI'm taking a look now to XtraReports reporting tool and there's something that I don't get it yet. How do …
c# devexpress xtrareportI am looking into purchasing either dev express or telerik to aid in the development of our applications. We are …
c# asp.net telerik devexpressI really need help with this.. I can't find any example on the internet I am using DevExpress GridView I …
c# excel devexpressI'm using : ASPxComboBox The problem is how to set selectedValue from code behind? If my html is like this: <…
asp.net devexpressI want to do it with Devexpress extension (gridview) : string dataInCell = dataGridView1.Rows[i].Cells[j].Value.ToString(); Like : gridView1.…
c# gridview datagridview devexpress gridcontrolHow can I set maximum number of rows per page to 5? Default is 10. <SettingsPager PageSize="5"> ... doesnt work thanks …
c# asp.net devexpress