
Hi,
I knew that you didn't support this control from your site.
And I had the problem about IE 11, Firefox. Please see link http://i.imgur.com/gltkd5W.png. So I will update to new RadEditor Ajax for free, right?
If yes, please give me know how to do it. (I only need to update DLL in Telerik\UI for ASP.NET AJAX Q2 2015\Bin35 or Bin4x folder to my project???) .
If no, please explain to me that why I must pay to you a fee? And how much I will pay to you?
Thanks in advances,
Huy Tran.
Team,
I need to export student images with details in to pdf with ASP.net server side. Image information is stored in varbinary format in Database. Can you help me please, how to export pdf with Images and details.
|
i need to insert new dataitem to the existing kendo gantt data source. but i cant able to do. i have used javascript splice method also, but not working
|
Hi,
I use the 2015.1.401.40 version of your ASP.NET for AJAX controls.
If it matters, I'm currently binding it to a SQLDataSource.
From what I see, the entire PivotGrid does a PostBack when you:
- click a filter to display the Filter Popup
- expand or collapse a row or column field to show or hide detail
Why does it postback??? When I expand a row to show detail, and then collapse it, there is no reason to post back. I'm not even rebinding on postback. Why doesn't the control just use javascript to hide the detail.
The same with the filter popup... when you click the filter icon, why not just display a div that you could have put in the page when the control was initially bound? Why do a postback to then just display the filters in a popup?
Am I missing something or doing something wrong? Most of you other controls (hierarchical grid or grid with grouping​), they are able to hide / show children or grouped rows on the client. Why doesn't the pivot grid?
Thanks,
Brent

Hi,
Recently I upgraded to Version 2015.1.401.45. After this upgrade, a column with name 'IsNew' that should be hidden. was displayed, although in the version before it is not displayed.
When debugging, I found out, that this column is renamed automatically to IsNew1. There is no other column with the same name in my datasource.
So I suppose, that with the new version IsNew is recognized to be a keyword??
This is the method for hiding columns:
private void HideColumns() { //set the visibility of columns defined in HiddenColumns to false if (CGGrid.MasterTableView.Items.Count >= 0) { foreach (var item in HiddenColumns.Where(item => !String.IsNullOrEmpty(item))) { try { var column = CGGrid.MasterTableView.GetColumn(item); if (column != null) column.Visible = false; } catch (Exception e) { LOGGER.Error(e); } } } }I have on treview, i select one node to drag to asp text box but dosent work on firefox, in IE and Crome works fine.
can any one suggest me something?
thanks in advance.
hiii,
i am using treelist and treeview both.
and i am having checkbox inside it.
i am fetching checked items database.
i have binded it correctly but not able to display count of checked node at parentnode.
i want to display the count of checked item count at parent level in treelist
parent1 (1)
--Child1(1)
------checked childchild(1)
------notchecked childchild
like this
Plz help me.
