I have a grid with a GridViewComboBoxColumn column.I have a datasource that is a list of objects.I need to assign the data in Page_Load.This does not work:
I have 3 nested ASPxGridViews in my project. One is the master grid, the other ones are detail grid connected with primary/foreign key. When I click the new button in a detail grid, the columns in the
I have a page using ASPxGridView and to fill the GridView I use a LinqServerModeDataSource control who fetches it data through a SQL View from a MS SQL Server. So far so good but here comes the proble
I am trying to display an error message in the edit section of a ASPxGridView when a user has tried to submit invalid data.
I have bound my datagrid to a list. I am following Repository pattern and using EF v4.1. I need to delete the Entity on row_deleting event. This is the code:
I have an DevExpress aspxGridView with GridViewComm开发者_如何学运维andColumn checkbox as the first column to select rows. After user selects rows, I need to get the rows where the checkbox is checked
I\'m using ASPxGridView with its default sorting property. Before, it was not viewing any record after I press to any column name for sorting. But(there\'s a view all button) after I click to \"View
I\'m using an editing control for ASPxGridView. It all works fine so far, but I have only one problem. From normal DatePicker, I can se开发者_如何学编程nd the date value without time by ASPxDateEdit.D
Hi In ASPxGridView, is there a way to get a row by its VisibleIndex or KeyValue so that I can change any column value in it?, I mean something like this:
In my code; I calculate 3 GroupSummary value with ASPxGridview; <dx:ASPxSummaryItem FieldName=\"RISK_EUR\" SummaryType=\"SUM\" ShowInGroupFooterColumn=\"RISK_EUR\" DisplayFormat=\"n0\" />