Focus on childTable

Hello, How can set Focus to a chid table in a grouping grid Thnks

1 Reply

ST stanleyj Syncfusion Team January 18, 2006 06:58 AM UTC

Hi, If you are looking for current cell focus, this function helps, but you will have to manage getting the right row and column index. gridGroupingControl1.GetTableControl("ChildTable").CurrentCell.MoveTo Regards, Stanley

Loader.
Up arrow icon