Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » gridView Cell Edition (RSS)
  • CellValueChangeEvent

    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...
    Posted to Forum by rajendratoshniwal on 10-29-2008
  • ultrawebgrid cell editing

    How can i get the edited cell value using C# ?
    Posted to Forum by agz29 on 10-15-2008
  • adding different editors to a colmn created to add in dynamically create gridView

    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...
    Posted to Forum by sfoziak on 09-17-2008
  • dynamically creating an editable grid

    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...
    Posted to Forum by sfoziak on 09-17-2008
  • Re: change data's row after cell edition

    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...
    Posted to Forum by [Infragistics] Bozhidar Dedov on 07-22-2008
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems