Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
46 views

Hi Team,

 

Whenever i drag any Date field in Filter Field (RadPivotGridReportFilterField) , on click of filter icon it just refreshes and not showing the filter window,

Whereas if we use field of any other data type in Filter Field it works well, also if date field is added in Row/Column Field filter works fine.

After debug I just found "Object Reference not set to an instance for object" error at attached Stack Trace.

Just for information the columns bind to Pivot Grid are dynamic not static.

 

Thanks 

Shilpa

Maria Ilieva
Telerik team
 answered on 15 Mar 2016
3 answers
142 views

Hello,

I am trying to export only selected rows in excel but while exporting, item.selected is always returning false in ItemCommand, GridExporting

case "ExportToExcel":
                    e.Canceled = true;
                    GridDataItem item3 = (GridDataItem)e.Item;
                    if (item3.Selected)
                    {
                        string Str = item3["ITEM_ID"].Text.ToString();
                    }
                    break;

In  GridExporting

protected void rgDeviceApproval_GridExporting(object sender, GridExportingArgs e)
    { foreach (GridDataItem item in this.rgDeviceApproval.MasterTableView.Items)
        {
 
            if (item.selected)
            {
           }
}
}

Atif
Top achievements
Rank 1
 answered on 15 Mar 2016
1 answer
63 views
I have implemented server side grid and I can see previous grid events like sorting columns, paging events like page index change page size are retaining even after new data bind. I want to clear all the previous events using one method when i do a fresh databind instead of using separate expressions for clearing each event.
Maria Ilieva
Telerik team
 answered on 15 Mar 2016
5 answers
712 views
I am using the date time picker to display apointment times what I was wanting to do was remove times that where booked with the radscheduler I no this would be custom code but is their any pointers on how to remove items from time time picker element of date time ?.
Viktor Tachev
Telerik team
 answered on 15 Mar 2016
1 answer
60 views

Hello,

  I am trying to export only grid selected rows in excel. While doing that Item.selected is not working in Grid_Exporting Event. Why?

PLUS, is there any way in grid Item Command "ExporttoExcel" like

e.exportoutput = HTML; // In grid_exporting

by which i can modify excel output.?

Konstantin Dikov
Telerik team
 answered on 15 Mar 2016
1 answer
43 views

Hi,

I have a playlist that is generated using only local mp4 items.  Everything is working correctly but I cannot figure out how to get the playlist to auto-advance to the next video.  For additional clairity, when video 1 plays and completes...i'd like it to start playing video 2...then 3...etc.  Currently it just remains at blank screen at end of video 1 and video 2 must be manually clicked to proceed.
Could you please assist with proper way to accomplish this. 

-Mike

Eyup
Telerik team
 answered on 15 Mar 2016
1 answer
178 views

I am using the RadCloudUpload control to copy files to Azure. The control itself is located in a RibbonBarTemplateItem, and the PanelContainerSelector is located in another section of the page. Everything works as expected.

For UI consistency, I want to style the Select Button for the RadCloudUpload to look like other RibbonBarButton controls. How would I go about doing that? Is there a CSS style I can specify, or a way to programmatically fire the event called by the Select Button of the  RadCloudUpload control?

 

Thanks...

Dean

Magdalena
Telerik team
 answered on 15 Mar 2016
1 answer
38 views

I have using TabStrip & Multi Page controls togather.

 

I have 4 tabs , but some how last tab's page(which using multi page control) is visible with every tab(at end of tab content), this happend after i upgraded to new version.

 

Can anybody tell me what causes this thing ?

 

Dhaval.

Nencho
Telerik team
 answered on 15 Mar 2016
1 answer
85 views

Hi,

I have noticed when I set ExplorerMode to Filetree

Filter box disappear.  Anyway to turn it on in this mode?

 

thanks

Vessy
Telerik team
 answered on 15 Mar 2016
3 answers
136 views

Hi,

I wanted that vertical splitter to be off or expanded by default,

resulting that left file treepane is hidden. How to do this?

I have tried this but doesn't work, don'r also expanded option.

thanks

  for (int i = 0; i < RadFileExplorer1.Splitter.Items.Count; i++)
        {
            RadSplitBar item = RadFileExplorer1.Splitter.Items[i] as RadSplitBar;
            if (item != null)
            {
                item.CollapseMode = SplitBarCollapseMode.None;
            }
        }           

Vessy
Telerik team
 answered on 15 Mar 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?