c# - Disable Row Selection in Telerik Rad Grid View -


actually problem have created stack panel in grid view cell template when click on first item of stack panel white highlight appear @ top of cell .i want remove it
there solution ? in advance

here code

 <telerikcontrols:gridviewdatacolumn>      <telerikcontrols:gridviewdatacolumn.celltemplate>      <datatemplate>      <stackpanel orientation="vertical" margin="0,0,0,5" height="auto">      <itimcontrols:label text="qty/value" name="lblqty"  width="90"       verticalalignment="bottom" margin="0,0,0,0" ></itimcontrols:label>      <itimcontrols:textbox  width="80"  value="{binding qty,mode=twoway}"  verticalalignment="top"  margin="0,3,0,0" ></itimcontrols:textbox>      </stackpanel>      </datatemplate>      </telerikcontrols:gridviewdatacolumn.celltemplate>      </telerikcontrols:gridviewdatacolumn> 

i cant share picture of output due reputation.

sorry last answer wasn't aware using silver light until read tags, should work.

"to disable selection functionality can set canuserselect false."


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -