|
Browse by Tags
All Tags » gridView Cell Edition ( RSS)
-
I have created a dynamic WebGrid and added a CellValueChangeLisner. I have a requirement where i need to update the underlying database on chnage of value in cell. Here is how the bound method is, This works perfect if there is no exception, But if any exception occurs then i have to revert that cell...
-
How can i get the edited cell value using C# ?
-
Hi I am creating a gridView dynamically and need to add a date chooser as editor if the data type is date. resultGridView = new HtmlGridView(); ColumnSelectRow csr= new ColumnSelectRow(); resultGridView .getColumns().add(csr); HtmlOutputText cHeading; ............... while(isSomething) { column= new...
-
Hi I am creating a gridView dynamically as result may have different columns for different queries etc. Displaying the columns is working along with rows. But now I need to enable the editing in the gridView. resultGridView = new HtmlGridView(); resultGridView .setDataSource( new ListDataModel( investments...
-
Hello, PETER! This is the code of a sample application, that allows you to replace the object in a web grid's row using a dropDownList to select the new object. You can change the way tha data in the lists behave when making a new selection, but the way in that data in grid refreshes remains the...
Page 1 of 1 (5 items)
|
|