I want to get CheckedList DropDown control, which is a开发者_如何学编程 basic DropDown with checkbox in front of each list item.
I am in the middle of something, and i need some help. I have an accordion control and inside that i have a gridview control. And i am able to bind the values from the database to each gridview. What
Are anyone aware of any method to achieve indentation in the ASPXGridView (we are running the 10.x version currently available)
I have created a web application using Devexpress trial version. I have installed the trial version in my local machine. And I have created a application in IIS, in a new machine, and copied the web a
I have an ASPX GridView with a DetailsRow which I need to display some information on the expanded row, as well as an opportunity to add some data. My problem right now is SELECT\'ing the right data w
I have a devexpress gridview within my asp.net page which has a filter row. The built-in feature needs me to filter the from the first letters not the letters in between.
I\'m using DevExpress ASPxGridView to show, insert, edit data. To insert and edit I\'m using Templates->EditForm and to group columns I\'m using TabContainer from Ajax Control Toolkit and in one tab I
I have a DDL and a ASP .net Grid view in my aspx page. I have two methods getALLProgram and getProgramBy name, both are working fine. My problem is: when the page is loaded for the first time, I want
Is there any way of making a single row with开发者_如何学JAVAin an AspxGridView flash different colours based on a value within a cell.E.g. continually changing the background colour of the row betwee
I want to filter my gridview by choosing date and time in a dateedit. I put a button which has DataBind() controls. The query of the DataSource of the GridView has a WHERE clause. It has a Control con