Posts by ashishjindal

Exporting Wijmo GridView to PDF

April 15, 2013 in ASP.NET, ASP.Net Wijmo by Ashish Jindal

Wijmo Gridview does not have any built-in methods for exporting its data to PDF or an Excel file. If you want to export to excel, then we already have a Read the rest Tags: , , , , , , ,

Searching Nodes in C1Treeview

September 18, 2012 in Silverlight by Ashish Jindal

C1TreeView is basically used to display Hierarchical data and can used in both bound and unbound mode. We can even show nested parent-child relationship by implementing C1HierarchicalDataTemplate and this has… Read the rest Tags: , ,

Using C1HtmlHost in LightSwitch Application

August 27, 2012 in LightSwitch, Silverlight by Ashish Jindal

Microsoft Visual Studio LightSwitch is designed to help business users and developers quickly create data-based applications with minimal code. However, we can reduce our efforts further by using ComponentOne controls… Read the rest Tags: ,

Customizations in Wijmo Chart

August 10, 2012 in ASP.Net Wijmo, jQuery by Ashish Jindal

Wijmo Chart provides a large range of options for customizing its appearance according to user requirements. In this blog, I have provided the code snippets for few common requirements as… Read the rest Tags: , , , , , , , , , ,

Wijmo Gridview: Maintaining Scroll Position on Asynchronous Postback

July 27, 2012 in ASP.Net Wijmo, jQuery by Ashish Jindal

Most of the developers prefer placing contents in an Update Panel so that they can avoid full page postback. But, when we place Gridview for Wijmo in an Update Panel… Read the rest Tags: , , , , , , , , ,