BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Harry,
Sorry about the inconvenience caused.
For your kind information, we are not getting any exception as you have specified in your last update. Can you please share some information regarding the version of the Internet Explorer you are using .But we came across a different issue while editing a row. So we have made some changes in the workaround provided in our previous update. Please find the changes below.
<script type="text/javascript"> //Collapse Rows function collapse(args) { //… if (expandedChild && expandedChild.length) { for (var i = 0; i < columnCollection.length; i++) { if (columnCollection[i].field == "Duration" && columnCollection[i].visible == false) { treeGridObj.showColumn("Duration"); } if (columnCollection[i].field == "PercentDone" && columnCollection[i].visible == false) { treeGridObj.showColumn("Progress"); } } } else { treeGridObj.showColumn("Duration"); treeGridObj.hideColumn("Progress"); } //… </script> |
We have also prepared a sample based on this and please find the sample under the following location.
Sample: http://www.syncfusion.com/downloads/support/forum/119791/ze/TreeGridSample1368706940
If you still facing any issue please get back to us by modifying this sample along with the replication procedure.
Regards,
Mahalakshmi k.
Hi Harry,
Sorry for the inconvenience caused.
We can also reproduce the issue while disabling add icon in toolbar and editing the task. We have already logged an issue report regarding. A support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
Please let us know if you require further assistance on this.
Regards,
Mahalakshmi K.