Hi,
I have created an inline editable grid and has added a dropdowncolumn to the grid. When i am trying to add empty rows to the grid, all other columns are coming as empty but the dropdown column is getting pouplated with the first value in dropdown. I want that column to be empty.
While editing the row how to make the dropdown to display the selected value as the column value.
If have assigned same xml datasource to dropdown columns will it cause any problem?
And I am not able to bind one of my dropdown columns in the grid.
It is throwing the exception:
System.Web.HttpException: DataBinding: 'System.String' does not contain a property with the name 'ows_InvoiceStatus'.
Thanks in advance,
Vinita