i created one application which uses devexpress xtragrid control. I used xtragrid control on the user control of devexpress. And used that user control on the form. And in the load event of user contr
I have an ASPxGridView with a column containg ASPxTextBox <dx:GridViewDataTextColumn Caption=\"Capacity\" FieldName=\"Capacity\" VisibleIndex=\"4\" >
I am currently programming in Visual Studio 2010 within VB.NET and am using DevExpress v10.2. I ju开发者_如何学Pythonst started programming with the WinForms XtraGrid FindPanel and so far it works wo
I am using DevExpress ASPXPivotGrid control for my ASP.NET site.I am also using Dev开发者_JS百科Express ASPXPivotGridExporter control to ASPXPivotGrid to different file formats.
I have a Web application with XtraReport report. The report has several columns. Depending on a certain condition, in certain situations I do not need one of the column开发者_Python百科s to exist. Wh
I\'m about to pull my hair out for something that is probably very simple. This is using the XtraGrid.
I\'m using the latest ASPxEditor controls of devexpress.As you know this control has pre-defined colors.In my case I need to change these colors and put my custom palette into this control.开发者_运维
Hey i am dealing with winform(c#) application. i am using Devexpress Grid Control. Is it possible 开发者_如何转开发to have two or more repository controls in grid control column for edit purpose.
I am using the ASPxNavBar on the master page of my sharepoint site (Sharepoint Foundation 2010).I have succefully integrated the control so that it functions properly however i am have a problem that
How d开发者_如何学Co you close a row on an ASPXGridView after running the RowUpdated event serverside. In the 9.3 version, you just needed to call to close the row after an insert, but