By tag: ListView
0
kicks
Extending C# Listview with Collapsible Groups (Part II)
In our previous post, we examined the first component of what I am calling the “GroupedList Control” – essentially, a list of contained and extended Listview controls which act as independent groups. Individual ListGroups (which is how I refer to them) may contain independent column headers, and are...
0
kicks
Extending C# Listview with Collapsible Groups (Part I)
I needed a Listview control with collapsible groups for a Winforms project (ugh). This was my solutions - easy to implement, easy to modify, and not dependent on third-party libraries.
0
kicks
Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem
I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way ...
0
kicks
When Truncating Text Increase the Size of the Read More Target - ASP.N
I found a new jQuery plugin bigTarget.js via http://www.noupe.com/css/using-javascript-to-fix-12-common-browser-headaches.html. I thought the technique would work great to improve my ListView's where I am using the truncate plugin that I found and initially posted about here Truncate Lengthy Text fo...
0
kicks
ASP.NET ListView Expansion Via jQuery
I have been looking for ways to provide as much data as possible to my users without cluttering up the screen too much. In my last post Truncate Lengthy Text for Cleaner Display in ASP.NET ListView Using jQuery I think I found a pretty good way to achieve this but it doesn't work for all situations....
0
kicks
jQuery Progress Indicators
For a page I was working on this week I needed a static progress indicator to give a visual representation of the status of a list of projects.
0
kicks
Delete Confirmation Popup in ASP.NET ListView Item Using ThickBox jQue
In my post last week I initially tried using the jQuery ThickBox plugin to popup a confirmation dialog from an ASP.NET ListView item. I had some trouble at the time getting it to work how I wanted so I moved on to using the SimpleModal plugin. This weekend I decided to go back and try the ThickBox p...
0
kicks
Modal Delete Confirmation in an ASP.NET ListView Using SimpleModal jQu
I have been using the ModalPopupExtender from the AjaxControlToolkit for quite some time now to confirm delete requests prior to allowing the page to be posted back to the server. Since I have been spending so much time with jQuery lately I thought I would try to put something together that was jQue...
0
kicks
Details Popup Via jQuery clueTip Plugin
Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup.
0
kicks
Drop-Down List in a ListView InsertItem Template
Using a drop-down list in an List View control, "insert item template".
0
kicks
Custom Paging with LINQ, ListView, DataPager and ObjectDataSource 2
Custom Paging with LINQ, ListView, DataPager and ObjectDataSource, more Efficient method
0
kicks
ListView Control in ASP.Net 3.5
ListView is a new databound control that is shipped with ASP.Net 3.5. ListView control is similar to GridView, Repeater, and DataList which helps us to display a table of data with awesome additional features.
0
kicks
Creating a Simple Dashboard using the TabContainer and ListView Contro
As a user, I am a fan of dashboard pages. Many data centric web applications have these as landing pages (I know the one I am currently building does). These pages usually display a high-level summary of the data the application is managing for the user. A few weeks ago when I was playing around ...
0
kicks
4 New Grouping Grid Skins for ListView: Vista, Bold, Win2k3 and Soft
Nearly 6 months ago a wrote a post showing how you can use ASP.NET 3.5's new ListView and LinqDataSource controls to create a pretty sweet looking grouping grid. Well I recently created a few additional skins for my original grid that I thought I would share. You can follow the link to the demo si...
0
kicks
Create In-line Data Editing with the ASP.NET 3.5 ListView Control
I am lovin' the total control the ListView control is giving me. This past week a link to Telerik's new RadGrid control was floating around the office - and the general consensus was that the in-line editing capabilities control was pretty cool. And I completely agree - the in-line edit feature is...