Hi Haneef
As far as Issue no 2 is concerned that is resolved.
However issue no 1 is not resolved.
I dont think that the solution you have given will work for me.
I have attached the snapshots of my app with suitable comments
It is not a big issue right now but it is going to if we dont solve it before User Acceptance Tests
Thanks Once Again
RH
>Hi RH,
Issue 1: Format- Resize issue
Please refer the following forum threads for resizing column in a formatted grid list control.
1)
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=557252)
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=55828Issue 2:
One way you can do this by handling the ActivePageChanged event of the TabBarSplitterControl and add the gridcontrol to the newly added tag page in a TabBarSplitter. Here is a code snippet to show this.
private void tabBarSplitterControl1_ActivePageChanged(object sender, ControlEventArgs e)
{
TabBarPage page = e.Control as TabBarPage;
page.Controls.Add(grid);
}
Best regards,
Haneef
New Microsoft Word Document (7).zip