CommandItemDisplay
="Top" ,It show AddNew and Refresh Button .
I would like show only refresh button. How it do?
Thanks
nuch
^_^
Hi, i have been thrown an error with the following snippet of code
| if (e.Item is GridGroupFooterItem) |
| { |
| GridGroupFooterItem footerItem = e.Item as GridGroupFooterItem; |
| footerItem["PracticeArea"].Text = "SubTotal"; |
| footerItem["TurnAround"].Text = TurnAroundTotal.ToString(); |
| footerItem["CustomerValue"].Text = CustomerValueTotal.ToString(); |
| } |
Hello,
I tried to add a custom dialog from the tool bar of RadEditor for MOSS (full-featured version 5.5.1.0 installed on a WSS 3.0 environment).
To do it, I followed articles from Telerik’s web site.
But I had an issue, so I tried again following strictly this article:
http://www.telerik.com/help/aspnet-ajax/add_custom_dialog.html
I skipped the step 2 (about the button icon).
In the step 3, I replaced the version number in the path by 5.5.1.0
Finally for the step 5, I do clear my IE cache. I even close all windows, and do a IISreset.
The issue is that when I click on the button, I have the following alert:
The command CustomDialog is not implemented yet.
Which was also the original alert.
I verified arguments, names, paths, etc, but I can’t see what I am missing.
Note that I have previously customized the MediaManager with success (help to the support team).
If it could help, I can send you a copy of the modified/created files under the RadEditorSharePoint/5.5.1.0__1f131a624888eeed/Resources folder.
Thanks
Jeff