I need to create infragistic grid as shown in image. Here 'Percent of' column is having multiple(2) values, suppose 'ABC' and 'PQR'. on the basis of this selection values will be entered in that column. Grid is completely editable.
I tried to place 'combobox' using 'creationfilter' property of grid, but combobox becomes "Read Only", am not able to select any value from that dropdown.
Is anyone having any idea how can i achieve this functionality?
Hello Piyusha,
Thank you for posting in our forum.
Adding a combo in column header will require some very complex creation filter. More about this scenario you may find by following the next links http://ko.infragistics.com/community/forums/t/91001.aspx, http://ko.infragistics.com/community/forums/t/15016.aspx,
However if adding a radio buttons is ok with your scenario this is also possible with the help of creation filter, and with much less effort. Please check the attached sample project where I have implement this scenario.
Please let me know if you need more information.
Thank you for using Infragistics Components.