tab & arrow probleems

hi Iam using Gridgrouping control.Iam facing some problems in tab & arrow navigation in the grid.Like,Iam having dropdownlists in my ggc.So if I navigate through the columns using tab & arrows ,it will get stopped in that cell.It''ll not go to the next column. One more pblm is if I reach the end of the column in a row ,& then if I press tab or arrow key it will not go to the next row.I tried this piece of code: this.ggc.TableModel.Model.Options.WrapCellBehavior=GridWrapCellBehavior.WrapRow; But this is not working. Please help any one on this.... Thanks prethi

10 Replies

AD Administrator Syncfusion Team July 6, 2006 04:20 PM UTC

Hi Prethi, Here is a sample which demonstrates moving the currentcell to next row, when current cell reached the end of the grid columns. Also we are not able to reproduce the issue for navigation when dropdown is present, kindly refer to the sample for more details. Please modify the sample to reproduce the issue here. Sample : GGC_TabIssue Best regards, Madhan


PR prethi July 7, 2006 06:33 AM UTC

thx, this will work.One more thing.... if Iam in the last row & press tab in the last column of tht row,it got stucked.It should go to to the new row like in MSAccess...


AD Administrator Syncfusion Team July 7, 2006 05:48 PM UTC

Hi Prethi, Try this code to move the Currentcell to AddNew Row in a grid, when current cell reached the end of the grid columns in the Last Row. Here is a code snippet. else if( style.TableCellIdentity.Table.FilteredRecords.Count - 1 == index ) { rec = style.TableCellIdentity.Table.FilteredRecords[0 ] as GridRecord; index = style.TableCellIdentity.Table.DisplayElements.IndexOf( rec); //If you want to go to first record then use the below commented code. //rec.SetCurrent(style.TableCellIdentity.Table.TableDescriptor.VisibleColumns[0].Name); //If you want to go to ADDNEW Record then use this code. e.TableControl.CurrentCell.MoveTo(index - 1,1,GridSetCurrentCellOptions.ScrollInView); e.Inner.Handled = true; e.Inner.Result = true; } Let me know if this helps. Best Regards, Haneef


RE resmi July 19, 2006 08:27 AM UTC

hi
Iam having a similiar problem.I am using GGC with child tables also.My requirement is same as above .But this tab & arrow movemnt is not working for the child tables..Van any one solve this?


AD Administrator Syncfusion Team July 19, 2006 10:15 AM UTC

Hi,

Please try the sample below and let me know if this helps.

Here is a sample
http://www.syncfusion.com/Support/user/uploads/NestedTableKeyNevigation_b92e594c.zip

Regards,
Haneef


RE resmi July 19, 2006 10:21 AM UTC

Sorry it is showinng error if i click tab at the last column in tthe last row of the child table


AD Administrator Syncfusion Team July 19, 2006 10:40 AM UTC

Hi,

Thanks for your continued interest in Syncfusion products.

I am afraid I am not able to reproduce this issue. I have tested a sample on my system which has "Essential version 4.2 +Windows XP sp2 +.Net 1.1/2.0" installed. Could you please try running the same at your end and send me back the modified sample if still the problem exists? Also please let me know about the current version of Essential Studio/.NET framework you are using.

If you give more information about this issue, we will try debugging here.

Sample: http://www.syncfusion.com/Support/user/uploads/NestedTableKeyNevigation_b92e594c.zip

Regards,
Haneef


MW Mahmoud Wagdy replied to resmi March 3, 2018 11:30 AM UTC

Sorry it is showinng error if i click tab at the last column in tthe last row of the child table

after checking your sample i tried the pdf file


Attachment: PDFs_2ef3e351.rar


MW Mahmoud Wagdy replied to resmi March 3, 2018 11:35 AM UTC

Sorry it is showinng error if i click tab at the last column in tthe last row of the child table

I tried the PDF file attached with your sample and it is working the problem is in PDF files i'm using as these files are generated using SSRS reports rendering
I attached sample of these files , it is opening in pdf reader normally and browsers also the problem is in your PDF viewer.
Kindley note  that these files were opening your pdf viewer in the previous release.

Attachment: PDFs_cb3b334b.rar


PE Priyanga Elangovan Syncfusion Team March 5, 2018 12:19 PM UTC

Hi Mahmoud,

We are unable to reproduce the exception issue while opening the attached PDF document using PdfViewerControl in windows forms platform. We have attached the screen shot of the output while opening the documents in PdfViewerControl. Please find the screen shots from below link.
http://www.syncfusion.com/downloads/support/forum/136233/ze/Screenshots-1521606390.zip


Kindly provide the following details to reproduce the issue at our end.
 
  • Simple sample
  • Replication procedure to reproduce the issue.
  • Operation System:
  • .Net Framework:
  • Syncfusion Essential Studio Version:
  • RAM:
  • System Culture Information:

Regards,
Priyanga.E
 
 


Loader.
Up arrow icon