Tagged Questions

0
votes
1answer
12 views

How can I customize SharePoint list column aggregation (total) calculations?

I have a SharePoint list column of type 'Single line of text'. Out of the box SharePoint only provides the ability to display a 'Count' total for this column type. I would like to …
0
votes
2answers
21 views

Grouped Gridview

I am in the process of transitioning an Access DB to a Web application. The Access DB currently produces reports using grouping e.g.: Country ------------------------------------- …
0
votes
2answers
19 views

How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?

I need to access a label control in a listview when i've clicked a button (that is on the same row)... Does anyone know how to do this please? :( See below for more of an insight …
0
votes
1answer
30 views

Setting a column style? (Unmanaged c++)

I'm currently able to set a listview style VIA the ListView_SetExtendedListViewStyle method, however this makes all columns have the same style. My goal is to only modify one colum …
1
vote
2answers
14 views

Free Winforms DataGrid or ListView with Grouping Capabilities

Does anybody know a free datagrid or listview control with grouping and master/detail capabilites?
0
votes
3answers
34 views

Combo box inside of list control? (Unmanaged C++)

I'm using unmanaged C++ and I was wondering if I could embed a combo box inside a column of my List View. I have tried googling for information, however I keep finding C# articles …
0
votes
2answers
19 views

How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?

I need to access a label control in a listview when i've clicked a button (that is on the same row)... Does anyone know how to do this please? :( See below for more of an insight …
0
votes
1answer
20 views

How can I synchronise column orders in two listviews?

I have two ListViews in my app, with an initially identical collection of columns. When the user reorders the columns in one, I want the columns in the other to be reordered. I h …
0
votes
1answer
19 views

WinForms ListView empty rows glitch

I have a glitch in a WinForms C# ListView (with custom modifications to sort and filters on all columns, but it happened also in a standard ListView). I modify the ListView Items …
0
votes
2answers
22 views

Custom controls in a row of a list view

I want a list view control (or any list like control) in which each row (item), not only has text, but also some other controls. For example, each row (item) in my list view is com …
0
votes
1answer
73 views

show icon only in the column header of a ListView

hi all I want to show a icon (up or down) when i sort a column (asc or desc) of a ListView, so I assingned the SmallImages property to a ImageList (with two icons for up and down) …
0
votes
0answers
37 views

Databound Listview in UpdatePanel

Hello I am using a Listview in a usercontrol that I databind to a list of object in the page load event. protected void Page_Load(object sender, EventArgs e) { …
0
votes
2answers
47 views

Android ListView different divider images.

In Listview i can change the divider image using "android:divider=image" but i want to display different divider images for different items how can i do that ?
0
votes
1answer
24 views

Is it possible to launch an Android Activity from an AlertDialog?

I am trying to create a small pop-up in my Android application to let the user choose from one of many items, ala a ListView. I am hoping to make it show up as a translucent box t …
0
votes
1answer
12 views

wpf: name in one column, TextBox/ListBox/Slider in the other

I would like to display a bunch of settings in a window and offer different ways for the user to set them (TextBox, ListBox, etc). One column has the names of the settings, and th …

1 2 3 4 5 46 next
15 30 50 per page