Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3338
assigning editor to a cell..
posted

Is it possible to assign a specific custom editor control to a specific cell?

Example:

 

row 1

column 2  set to datetimechooser

 

row 2

column 2  set to textbox

 

row 3 column 2 set to dropdown combo..

 

is this possible? If it isn't, then is there another asp.net grid that can be done like this?

Parents
No Data
Reply
  • 12679
    posted

    Hello Daryl,

    Basically  we have implemented  "out of the box "  editors for the grids / WebDataGrid / UltraWebGrid / but they are based on column level  means that a  particular editor is attached to a specified column. In this case I think that you will be able to achieve your goal as you use template columns and for example on InitializeRow even to get access to desired row / cell  and put whatever controls you like.

    I wold suggest look at the samples here: http://samples.infragistics.com/2009.2/WebFeatureBrowser/Default.aspx = >  ASP.NET (AJAX Enabled = > WebGrid ).

    Please refer this link for "how to"  use Template column in context of UltraWebGrid  Template Columns

    Thank you .

     

Children