I\'m using devexpress ASPxComboBox, however I wanted to know h开发者_如何学Pythonow I can allow the user to enter values(in case it is not in the list) or choose from a dropdown list.
i have adevexpress grid with multiple pages in asp.net and c#.net application. and i want to make only 2 selection inall the pages of the grid . if i select more than 2 rows in all thepages it shoul开
iam using aspx date edit control in my asp.net and c#.net application. is it possible todisable aspxdateedit control in javascript?if so how acan that be done.becoz ,i tried 开发者_如何转开发
I have a AspxGridView and when i double click to a row, it shows a modal window. What i want to do is, send one columns\' value to a AspxLabel which is at ModalWindow. But i couldn\'t manage to do it,
I\'m having a problem on getting the selected rows values of a detail grid. I have master-detail grid in a popup control and it works fine. I also enabled the enable selection to have checkboxes but w
How seamless is the integration of devexpress winforms controls in Clarion NET? Does it work at all? Is it comforta开发者_如何学Pythonble?Best think to do is to download the DevExpress controls and tr
I have two grouping levels in a report. Group A can have a Percentage() of the entire report and so can Group B, but I would like to know the Percentage() of Group A of Group B. Even if I c开发者_JAVA
I needed to rem开发者_如何学编程ove the gap between the buttons while creating a skin using Devexpress skin editor. I couldn\'t find such an option. Then I thought it can be done by code but I couldn\
I have been working in Visual Studio which has DevExpress. My project now doesn\'t recognize DevExpress so I now have 102 er开发者_C百科rors on lines like:
I\'m using a gridview with paging. My grid has a command column and ShowSelectCheckbox is set to true. I bind DataTable to grid at Page_Load event with the condition [ if (!IsCallback) ].