editor_doc.Content = myTemplate.GenerateDocFromTemplate(customerID, editor_doc.Content)
editor_doc.ExportToPdf()
rowField.DataField =
"Value"
;
rowField.DataField =
"Type.Name"
;
Hi,
I compiled up my ASP.Net application, and copied it to the server. The grid shows, but doesn't look the same on the server as on the dev system. The filter on the server doesn't work, and the click event also appears not to work. There are no scroll bars on the server either.
I have attached screen shots of both.
This is my first deployment, so please be gentle :)
Thanks
div.comboInput .rcbInputCell .rcbInput
{
font-family
:
Courier
New;
}
Hi Telerik Team,
I need approach how to implement re-order items in a list box(or any other telerik control) where each item is having up and down buttons.
I seen radlist demos with re-order functionality but here all demos contains common single button ( up/down ) for all items.
in my case I need up and down arrow button for individual item..
Please suggest me how to implement this functionality like below screen shot.
Thanks,
Satish