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
486
UltraWebGrid with checkboxes and dropdowns as columns
posted

Hi,

 

I want to display a scrollabe ultrawebgrid with some columns as dropdownlist or most probably webcombo ( which will be populated from database ) and checkboxes. Also I want to perform some functionality if checkboxes are selected on server side.

How can I achieve this ?  

Please help me.

Parents
  • 813
    posted

    in UltraWebGrid in UltraGridColumn there is a property called Type you can set this property to checkbox or dropdownlist and if you want to use webcombo you can put a non visible(display:none) webcombo in the page and in you UltraGridColumn set EditorControlID = "comboID".

    to populate data you can do it on row init event. as you will have datarow available at that event.

Reply Children