| protected void Page_Load(object sender, EventArgs e) |
| { |
| GridSubscribers.DataSource = SubscribersManagement.GetSubcribersByISP(ISP); |
| GridSubscribers.DataBind(); |
| } |
We want a drop down control for DNN. The dropdowns (please see image attached) we need a circle with the arrow. Also when the user clicks on that arrow, the drop down that pops down will need to have rounded corners. Is this possible with Telerik for DNN? How would the scroll bar look in such kind of control?
Thanks,
Ashish Shukla
We want a drop down control for DNN. The dropdowns (please see image attached) we need a circle with the arrow. Also when the user clicks on that arrow, the drop down that pops down will need to have rounded corners. Is this possible with Telerik for DNN? How would the scroll bar look in such kind of control?
Thanks
Sarang
Dear all,
i am currently using Telerik control for my financial site.
During development of this site i am facing following problem:
in the Rad Grid control i am using Rad Context menu.Now i want to know how can i open a RAD popup window,aginst a click on a particular item of context menu
As well i want to track its ID against which a popup has been opened.
Thanks.
Denny.
| Array.insert(masterTable._dataItems, 0, dataItem) |
| var rowDataItem = $create( |
| Telerik.Web.UI.GridDataItem, |
| { |
| _owner : masterTable, |
| _data : {} |
| }, |
| null, |
| null, |
| row |
| ); |
| if(direction == 'bottom') Array.add(masterTable._dataItems, rowDataItem); |
| else if(direction == 'top') Array.insert(masterTable._dataItems, 0, rowDataItem); |
| HyperLink oHL = new HyperLink(); |
| oHL.Text = sReferrerText; |
| oHL.NavigateUrl = sReferrerURL; |
| oDataItem["Site"].Controls.Add( new LiteralControl("<br/>") ); |
| oDataItem["Site"].Controls.Add(oHL); |