I want to change AspxGridView mode on server side. For example : if( some clauses) { // Mode is : New row
I\'ve gone over all the numbers formatting options of .Net framework , and I cannot find the formatting I need.
how to connect the xml data file to the xtraTreeList contro开发者_如何学JAVAl by using C#.net?The XtraTreeList can load data only from xml, which was created using the treeList\'s ExportToXml method.I
I have a devexpress gridview within my asp.net page which has a filter row. This in-built con开发者_C百科trol seems to filter based on whether the search term is same as the beginning of the data.
I am using XtraGrid in my app. I want to group some cells togethere and replace them with group name. Following is the description.
How to make a DXGrid of DevExpress for SilverLight readonly? I want to make this a readonly grid such that the user cannot edit the cells when he clicks on any row.
I am developing a Windows application where I am loading a Devexpress XtraUserControl which has TextEdits with masking (Regex like \"[0-9]{0,7}\" to make my textedit accept only numbers) and with out
I have several clients that create new objects. When new object is created I need to start a timer that will change some object properties when time is elapsed (each object can be visible only for def
I have one main form and another which I have to popup in the following code: private voi开发者_开发问答d barButtonItemEditCopy_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
I am dealing with this issue in DevExpress.XtraEditors context, but maybe the answer would also apply to other situations where themes are used for WinForms controls.