REGD---Selecting Text(Half a word)

Hi There, The ability to select (i.e. highlight) text in any griddatabound grid cell either doesn’t work or is difficult (try to highlight three and a half words).Kindly provide some solution to this. Cheers, Manohar B.

2 Replies

AD Administrator Syncfusion Team September 14, 2005 10:56 AM UTC

Hi Manohar, Please try this: this.gridDataBoundGrid1.TableStyle.CellType = "OriginalTextBox"; Best regards, Jay


MA manohar September 19, 2005 11:37 AM UTC

Hi Jay, I will be using different kind of celltypes available for grdidataboundgrid like RichTextCell,IntegerCell,DecimalCell,NormalCell.So at that it is becoming a problem. Cheers, Manohar B. >Hi Manohar, >Please try this: > >this.gridDataBoundGrid1.TableStyle.CellType = "OriginalTextBox"; > > >Best regards, >Jay

Loader.
Up arrow icon