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
880
How do I attach a simple dropdown to a cell in UltraGrid?
posted

Hi:

I have a column, "Status". The applicable values are "A-Active", "D-Deleted", "S-Suspended", "C-Close". 

While I know how how to add a Ultra Dropdown to a column whose style is set to "Dropdown ist", I don't generally want to create a table which as just 4 values.

How I can create a two-column list and bind it to the column?

I am using VB.Net.


venki

Parents
  • 53790
    posted

    Hello venki,

    There are different approaches to solve this task. One possible solution could be if you are using ValueList into your column. Another solution could be if you are using UltraCombo or UltraComboEditor like EditorComponent for that column.

    I made small sample for you. Please take a look at attached sample for more details and let me know if you have any questions.

    Regards

Reply Children