Please I would need an answer that solves it from js, because the C# code comes from framework.
Thanks
Hello Marcos,
I noticed that there is another forum thread regarding the same query. Please, keep in mind that according to our support policy we handle singe thread per issues. This helps us ensure that all issues are addressed and handled correctly.
Please have a look at this forum thread where I have already provided an answer and let me know if you have any additional questions.
Thank you for using Infragistics components.
Regards, Monika Kirkova, Infragistics
Hello Monika! Thank you so much, it has been very helpful. If it is not much to ask, I have another two doubts regarding infragistics.
The first one: ¿How can I detect and manipulate the collapsability of rows in a Hierarchical Grid? I would need it to answer to javascript triggers.
The second one: In the child rows, there is an editable column that is a simple checkbox. The thing is that it changes state when clicking anywhere in the cell, I would need it to change only when clicking the checkbox.
Again, thank you very much and have a nice weekend!
After investigating this further, I determined that if your requirement is to hide the “Done” and “Cancel” buttons while editing a row, this could be achieved by setting the showDoneCancelButtons option to false. This could be done as follows:
features: [
{
name: "Updating",
showDoneCancelButtons: false
},
]
Please let me know if you need any further information regarding this matter.