ASPxGridView is usually in reference to the ASPxGridView provided by DevExpress.
I dragged and dropped a GridView from toolbox to Aspx page.the design code looks like this <asp:GridView …
asp.net aspxgridviewI'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 aspxgridviewHi In ASPxGridView, is there a way to get a row by its VisibleIndex or KeyValue so that I can …
devexpress aspxgridviewDoes anyone know how I could format columns in the DevExpress ASPxGridView. What I have is a xml file that …
asp.net formatting devexpress aspxgridviewi tried something like this but did not work: GridViewRow row = (GridViewRow)(((Repeater)e.CommandSource).NamingContainer); Repeater _rpt1 = row.Cells[8].…
asp.net gridview aspxgridviewI am required to use the DevExpress ASPxGridView. I have a datasource Object which returns two columns of importance, ObjectType …
asp.net aspxgridviewCan anyone explan how I can access the selected row of a detail grid in a DevExpress master-detail ASPxGridView? I've …
asp.net devexpress aspxgridview master-detailI am trying to set the visible property for a label to either true or false depending on a condition. …
asp.net visible aspxgridviewI'm having a problem on getting the selected rows values of a detail grid. I have master-detail grid in a …
devexpress master-detail aspxgridview selectedvalue