DataBound on SfTreeGrid issue

Hello,

i'am using databound on SfTreeGrid to display a toolbar after TreeGrid loaded data.

<TreeGridEvents TValue="TraceabilityResult" DataBound="InitToolbar" OnActionFailure="RcUtils.GridActionFailureHandler" />

code :

private List<object> _toolbar = new();

private void InitToolbar()

{

if (_toolbar.Any()) return;

_toolbar.Add("ColumnChooser");

_toolbar.Add("Search");

}

I used it on Sfgrid and it works good.

Thanks


2 Replies

SM Shek Mohammed Asiq Abdul Jabbar Syncfusion Team August 12, 2024 01:27 PM UTC

Hi Julian Gambini,


On further validation, we have considered the reported issue (“Toolbar property not updated dynamically using DataBound Event”) as a bug. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle) and will include the fix in our upcoming Volume 3 2024 main release which is scheduled for 2nd week of September. Until then we appreciate your patience.


You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. 

https://www.syncfusion.com/feedback/60333/toolbar-property-not-updated-dynamically-using-databound-event

Note: To view the above feedback, kindly login into your account. 

Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.


Regards,

Shek Mohammed Asiq



AG Ajithkumar Gopalakrishnan Syncfusion Team September 19, 2024 12:08 PM UTC

Hi Julian,

We are glad to announce that our Essential Studio 2024 Volume 3 release v27.1.48 is rolled out and is available for download under the following link.


https://www.syncfusion.com/forums/194459/essential-studio-2024-volume-3-main-release-v27-1-48-is-available-for-download

The reported issue occurred because the toolbar property was not updated after being dynamically changed. The fix for the issue, "Toolbar property not updated dynamically using DataBound Event" has been rolled out in this release.

Sample link: https://blazorplayground.syncfusion.com/embed/BjhJXaMkKqFirMgt?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Ajithkumar G


Loader.
Up arrow icon