Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
199 views

How do i get value of DataBinder.Eval in RowCommand without using cell index or DataKey

I want the values without using cells as they might change later and the values i want are not primary key so i cant put them in datakeys so how can i get values in RowCommand event I am getting Null ...
BKM's user avatar
  • 186
0 votes
1 answer
2k views

how to telerik radgrid binding with a grid template column with the visibility of the delete icon on and off

i have telerik radgrid binding with a grid template column with the visibility of the delete icon decided by calling the code behind method ISDeleteVisible with variable from the correponding column ...
subash's user avatar
  • 4,137
1 vote
1 answer
9k views

Using Eval If/Else/EndIf in GridView causes error Databinding methods such as Eval(), XPath(), and Bind()

I am trying to pro grammatically alter a value in a GridView based on a returned database value. The database value "is_zero_minutes_task" is Boolean. If True I wish to display a "0" and if False I ...
Rich's user avatar
  • 377
0 votes
2 answers
2k views

Remove DataBinder.Eval field if it is null or blank

Actually I am binding some data on tooltip of a Image control in gridview. all is working fine. see my code below <asp:Image ID="Image1" runat="server" ImageUrl="~/img/images.jpg" ToolTip='<%# ...
Gaurav's user avatar
  • 577