<
telerik:GridTemplateColumn HeaderText="">
<ItemTemplate>
<asp:Label ID="LbConfirme" Text='<% # ConfirmeImage(Container) %>' runat="server"></asp:Label>
</ItemTemplate>
</telerik:GridTemplateColumn>
When 'Confirm' contain nothing or "" I woule like to display the other column:
<
telerik:GridButtonColumn ButtonType=LinkButton UniqueName="LkConfirmer" CommandName="ConfirmerUnItem" Text="Confirmer">
</telerik:GridButtonColumn>
Which allow me to confirm the item
On each row I have to look if the 'Confirm' field is 'Ok' or nothing and then show the right column
Does it have a way to do that?
Thanks in advance
Hello Telerik Team,
We are trying to add a bit of javascript to a list item so that it gives a hyperlink that will open a collapsed group in a grouped list view.
For example:
<A onclick="javascript:ExpCollGroup('4-1_','img_4-1_');return false;" href="javascript:">link</a>
This is the same code that sharepoint places on an + icon on the page to expand/collapse the group.
However, the javascript code is being stripped.
Is there anyway to allow javascript code in a list?
Thanks,
Claudz
Hi Guy’s,
Under 2008.1.415.35 when selecting the ToolTip skin “Office2007” the Callout is not being shown.
Other skins seem to be ok
<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" Skin="Office2007"
Animation="None" Position="BottomRight" RelativeTo="Mouse" ShowCallout="true">
</telerik:RadToolTipManager>
Any ideas
