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
20
Adding dropdwonlist to ultrawebgridview column
posted

How to add dropdownlist to ultrawebgridview column at designtime in asp.net? plse, provide me solution.

Parents
No Data
Reply
  • 7566
    posted

    Hi psanket,

     

    You can add a template column add the DropDownList in the column and assign the dataSource in run time.

    Handle this.UltraWebGrid1.InitializeRow

     And add the dataSource to the DropDownList on this event.

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    http://es.infragistics.com/support

Children
No Data