I’m having problem with grid view edit functionality.
I’m trying to implement edit in a popup window. When I select a row for edit, it is giving some other row information in edit screen.
Do I need to pass the Row index or something like that to the popup?
private
void
_billGrid_RowFormatting(
object
sender, Telerik.WinControls.UI.RowFormattingEventArgs e)
{
if
(e.RowElement.RowInfo.Index % 2 == 0)
{
e.RowElement.Font =
new
Font(
"Tahoma"
, 14, FontStyle.Bold);
}
}
hi everyone,
I guess this question is more for the telerik.com guys....I once registered for the VisualStudio 2008 Express Edition and on the registration benefits page was a telerik rad ribbon for winforms control. Unfortunately I cannot seem to find the license terms for that control nor can I access the page to download it again. Can anyone provide me with a copy of the license terms for VS2008 Express Edition for that control? Also, does it apply for VisualStudio 2010 Express Edition?
regards,
Denis R.
I tried using the function MaxLength and have not had success already perform various searches on Telerik forum and found several workarounds but none of them worked.
I am very concerned as a feature as basic controls does not work in package Telerik.
I would like a response from someone in the development team about this feature Telerik who apparently does not work.