Hi All,
I need to bind a combo box in infragistics grid on button click.I am not able to see the combo box on grid binding.I want to know why I am not able to do so.Please help.Thanks
Hello,
The combo is initializing when we are on edit mode. That's why you can't see the combo. This is the normal behavior.
When you fire the button click event you can get your combo by this line of code:
$("#grid").igGridUpdating("editorForKey", "Your field name").data().igCombo.
And after that you can set your dataSource and bind the combo.
I want to clarify that this is not recommended approach to bind the combo on button click. Could you please describe your workflow with more details, and we will try to recommend you better way to achieve this solution.
If you have further questions, please feel free to contact us.