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.
Hi,
I created the following events on the GridDataBoundGrid and GridRecordNavigationControl:
- Click/DoubleClick on GDBG
- DoubleClick on Header of GDBG
- Splitter for Columns
When I move splitterbar to divide the GDBG into two parts, the above events cannot be called on the right GDBG. However, the right GDBG is OK.
This is the critical bug for my application, please help me urgent!
Thanks a lot,
Hi,
I created the following events on the GridDataBoundGrid and GridRecordNavigationControl:
- Click/DoubleClick on GDBG
- DoubleClick on Header of GDBG
- Splitter for Columns
When I move splitterbar to divide the GDBG into two parts, the above events cannot be called on the right GDBG. However, the left GDBG is OK.
This is the critical bug for my application, please help me urgent!
Thanks a lot,
ADAdministrator Syncfusion Team December 31, 2004 09:12 AM UTC
In a dynamic splitter you need to subscribe to event in PaneCreated and unsubscribe to event in PaneClosing. Take a look at this KB.
http://64.78.18.34/Support/article.aspx?id=580