The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is there a simple way to display an error provider in the grouping grid? I looked at the TestErrorProvider example, but it seemed a bit complicated. Ideally, I would like to simply to set the RowError property on the underlying DataTable and have the grid automatically display an error icon on the corresponding row. Is this something you plan to support in a future release?
ADAdministrator Syncfusion Team April 26, 2005 06:24 PM UTC
Hi Kjetil,
We do have plans for in-built Error provider support. But for right now, you have to use the approach shown in the sample by handling CellDrawn and PrepareViewStyleInfo events.
Thanks,
Jay N
ADAdministrator Syncfusion Team April 26, 2005 08:26 PM UTC
Thanks for your answer, since I''m in no immediate hurry, I''ll wait for the built in support.