A Gridview is a control for displaying and manipulating data from a variety of data sources.
0
votes
3answers
27 views
How to use Substring in Bind text
I am binding a Gridview with some data and I have taken labels in template field and I am binding the data to that label's text property,
<asp:TemplateField HeaderText="Proceedings" ...
1
vote
3answers
29 views
How to Display Gridview items with variable width in Window 8?
My GridView items having the size of it's first item size. How do i can change this behaviour ?
How to display GridView items with variable Width as per the content ?
I want to show the first ...
1
vote
1answer
11 views
XAML gridview listview with grouping cells
I have a xaml gridview inside a listview.
My databinding happens in code behind.
The datasource is a dataset which is populated from sql.
The dataset has 6 columns. A 'Type', a 'NUM' and 4 lines ...
0
votes
2answers
26 views
Get Columns Name or Header Text of GridView Using JavaScript
i m developing a web application where i need Columns Name of grid view using java script. after that display this columns name on Div. please help me out this.
0
votes
0answers
11 views
Set Css Class to Dynamic Rows in ASP.Net GridView Control with TextBoxes
I used this example about Adding Dynamic Rows in ASP.Net GridView Control with TextBoxes in my .net application. now i need to add css style to TextBoxes in this GridView. I have added ...
0
votes
1answer
19 views
How to provide !important to Color from codebehind
I have a gridview in which i am trying to provide background color while selection
like
this.GrdFormat.Rows[int.Parse(FormatFilterarr[1].ToString())].BackColor = ...
0
votes
2answers
37 views
selected index changed event not firing(gridview)
I have a gridview in an aspx page. I have made it row selection by javascript. The selectedindexchanged event is not working when i am using master page. Otherwise it works fine. Is there any solution ...
0
votes
3answers
50 views
How do I extract specific values from SELECTED/HIGHLIGHTED rows on a GridVIew in ASP .NET?
I have a GridView with data. The first column on this GridView is the "SELECT" column.
If the user clicks on SELECT, it highlights the entire row.
I have an event on this click action:
protected ...
0
votes
0answers
21 views
Change header class of sorted column
I am trying to add add a CSS class to the column header that the gridview is being sorted by. However, the class is not showing up. Here is my code:
Master page:
<asp:GridView runat="server" ...
0
votes
1answer
45 views
Need to set multiple onclicklisteners for multiple gridviews in single class
I have an icon picker that lets users select icons to change on homescreen.
I wanted to divide up my gridviews so i could put them into categories ie apps, games folders etc.
I am able to get the ...
0
votes
1answer
16 views
Gridview delete not working with DeleteParameter
I have an issue where a Gridview delete is not working correctly. It seems to have something to do with the DeleteCommand and the DeleteParameters. For example, if I give a static value to the ...
0
votes
1answer
49 views
WPF: Associating Grid selected element with unique treenode
I am creating a tree by parsing a string separated by (.)
Edit:
public class TestElement{
public int Id { get; set; }
public string Name { get; set; }
public string Path { get; set; }
...
0
votes
0answers
28 views
Populating a single DataGrid column with data is taking too long [closed]
The following code is taking 5 minutes to fill in one column of a GridView:
string valor = txtCodMunicipio.Text.Trim();
if (valor == String.Empty)
return;
bloqueiaCampos();
if ...
1
vote
3answers
28 views
How to change Page Number Text for Gridview?
I have a GridView in asp.net page. I want to show the Page Number as Batch 1, Batch 2, Batch 3 and so on. Now when I check AllowPaging=Yes its showing Page Number as 1, 2, 3 etc.
But I want to ...
0
votes
2answers
32 views
How can I get my ListView to focus in on a particular item?
I can't seem to figure it out, because I don't seem to be able to cast my ListView's items to the ListViewItem type and call ListViewItem.Focus(). The following won't work because the ListView's items ...
0
votes
1answer
22 views
Android image grid scrolling issue
I have a following performance problem. I am developing an android tablet app and there is a gridview like a gallery. Each item has about 3 textviews (short text) and 2 image views (1 for background ...
0
votes
1answer
31 views
Gridview scrolling issue using Android Volley Network library
I'm using a Gridview to display some rows of images from a server. For async image loading I use the new networking library Volley.
Initially the image loading works fine, but as soon as I scroll up ...
0
votes
0answers
20 views
Stop refreshing data everytime in gridview on tab changed using fragment
Hi i am making tab using fragment. Here is my code to generate the tabing:
private static void addTab(QatarAuctionHomeTabActivity activity, TabHost tabHost, TabHost.TabSpec tabSpec, TabInfo ...
0
votes
0answers
4 views
Vertical scrollbar in Android's GridView taking up space even if no scrollbars are shown
I don't want any vertical scrollbars in my GridView. I turned off scrollbars with:
android:scrollbars="none"
The scrollbar doesn't show but will show if you tap on the screen. Not sure why the ...
0
votes
0answers
30 views
update parent child table [duplicate]
I have two table, they are parent child. testtypes(Id,Name), testusers(Id,TypeId,Name)
i want update them in gridview. testusers (name filed) was updated but testTypes(testtype.Name field) doesn't ...
0
votes
1answer
18 views
Gridview in Corona Not scrolling
I am showing images in GridView in Corona but i don't know why GridView is not scrolling. Please guys help me how to do it ? my main.lua file code and screenshot is shown below
display.setStatusBar( ...
0
votes
0answers
19 views
Cannot bind state name to country name
DataTable bndState = myBl.BindAllState(country_id);
gvDetails.DataSource = bndState;
gvDetails.DataBind();
Error is like "the Best overloaded method match for businesslay.mybusinessclass.bind all ...
0
votes
2answers
15 views
GridView without data won't show columns
i can't seem to get the columns to show up on the page. I want to show the gridview with the columns, but without any data. How can i do that?
**Presenter.cs**
public DataTable ...
0
votes
1answer
13 views
Allow GridView cell's height to expand but maintain same height for all cells
In Android, I have a GridView where each "cell" within the GridView has an ImageView and below the ImageView a TextView. The width of the cell is always fixed for all cells. The image is fixed in size ...
0
votes
1answer
27 views
How to stretch rows of a grid view in android where gridview contains buttons
I am trying to design a calculator with buttons inside a grid view 4x4. Now when I generate the view there is white space below the grid. I want the grid to completely fill the parent. Just like ...
0
votes
1answer
15 views
How to Reposition the place of image button view at run time?
I want to design an activity in which,I need to reposition the place of a image in the grid view based on the hit rate (count) of image button.Followings are my doubts regarding the same
1.How to set ...
0
votes
0answers
16 views
Automating a Virtualized Control with UIA
I'm trying to automate a certain control (Telerik's Rad GridView) with Microsoft's UIA. I have created a wrapper class that exposes several helper methods for my test to use - the most prominent ...
0
votes
2answers
27 views
Nested Gridview
can we use two gridview in a single xml file.it display onle first gridview.. how can i use two gridview together.i want to display pics from drawable folder in first gridview & from url in second ...
0
votes
1answer
23 views
how to check each asp checkbox in gridview
<asp:GridView ID="science_tab" runat="server" AutoGenerateColumns="false" ShowHeader="false" class="subjects_tab">
<Columns>
<asp:TemplateField>
<ItemTemplate>
...
0
votes
2answers
42 views
Change DevExpress GridView row back color after SetFocusedRowIndex(-1) by JavaScript
I have a client side function by JavaScipt for FocusedRowChanged in my ASPxGridView.
In this function I post gvMore.GetFocusedRowIndex() to my CallBackPanel PerformCallback.
I save FocusedRowIndex in ...
0
votes
0answers
30 views
Creating a custom Gridview/using Inflation to offset rows
Currently my application looks like this:
The number of rows and columns will vary depending on the mode played and I am currently making each row using a separate gridview and offsetting them by ...
0
votes
2answers
25 views
SQL Code in home rolled gridview search results not displaying correct results
I'm in the process of trying to troubleshoot some SQL code in an ASP/C# gridview search that I rolled myself. I have a search box that searches on specific fields but the twist here is that I only ...
0
votes
0answers
25 views
How to remove the clickevent of the Gridview in c# asp.net
I have a gridview with OnRowDataBound method to manually create dynamic divs in the cells within a column. I use .Attribute.Add("onmouseover","DisplayData( .... )") to add mouseover events on the ...
0
votes
1answer
30 views
How do I use a DropDownList in a Gridview Edit Template when the selected value does not mirror sql data?
I am using some dropdowns in a gridview and have been able to convert where the dropdown would say "Monday"(for a bit of user friendliness) to just a simple "1" on insert(so I can easily do sql date ...
0
votes
2answers
23 views
Gridview and column size on multiple devices
I'm trying to create a gridview that fits perfectly whatever the screensize is.
When I read the many examples or SO answers about this subject, the only thing that I found is : put some ...
2
votes
2answers
62 views
Export Grid View to Excel
Need help bringing my gridview into a excel document. Ive tried several example and can't seem to get it right. Any help would be much appreciated. Here is my gridview code, it is being populated from ...
0
votes
0answers
23 views
GridView events and proper display of label control
I have a text box which sends a parameter into a stored procedure that is bound to GridView1. I enabled the Select option on GridView1 and use the text of a column in GridView1 as a parameter to a ...
0
votes
0answers
18 views
how to bind aggregated alias column with gridview
I have following query which returning a table of aggregated column . but when i try to bind this using datatable i does not get. required result.
Table:
5 6 0 1 Male 2013-06-07 ...
0
votes
0answers
25 views
How to add check box in gridview and print in Crystal Report?
My requirement is to print those information from the table which is checked from the Gridview.
I am displaying all data from database to Gridview and then passing this data as SQL Query to the ...
1
vote
4answers
29 views
Can be find RichTextBox size based on Textvalue
I need to find richtextbox actual size based on input value or text.
so how can i find actual size.
code:
RichTextBox rtf1=new RichTextBox ();
rtf1.text="Some text here"
please suggest me
Thanks.
...
1
vote
1answer
33 views
wpf xaml loop thru a gridview which is inside a listview and get the cell value
I have the following in my dgridtext.xaml file.
XAML
<Grid x:Name="grid1">
<StackPanel>
<ListView Name="listview1" IsTextSearchEnabled="True" ...
0
votes
1answer
39 views
deleting images from folder by gridview
i have a grid view which i populated with images from a folder . i am trying to delete the image by getting their path name but it always returns me null :
Here are my codes to populate the grid ...
0
votes
0answers
15 views
Enable Page Indexing on GridView with List as its Data Source
I want to enable page Indexing on a Grid View which I created from a List.
The List Looks like below
public class SearchResults
{
public string fname { get; set; }
public string ...
0
votes
0answers
6 views
Property accessor 'Title' on object 'MyApp.Page3' threw the following exception: 'Object reference not set to an instance of an object.'
I'm getting the following message during the GridView1.DataBind() line:
Property accessor 'Title' on object 'MyApp.Page3' threw the following exception: 'Object >reference not set to an instance ...
-1
votes
2answers
30 views
How to show the related data of a gridview in new window/
net. i am doing a project in which i am getting data from a database and displaying in asp:gridview. i want to show a hyperlink column in which i want to show a proper named hyperlink for example ...
0
votes
1answer
40 views
How to implement a lazy load GridView on WinRT?
I need to implement a gridview of thumbs. But when my app hit 200 thumbs, it starts to get memory problems(of course). I need to implement a lazy load but I don't know how to detect where the ...
2
votes
2answers
48 views
Multiple records in same gridview line in ASP.NET
Is it possible to have two records per line in the same gridView in ASP.NET (I'm using C#)? Basically, let's assume this is what we have in our table:
Names
------
John
Paul
James
Edward
Sean
Kevin
...
0
votes
0answers
51 views
ASP.net C#, Unable to select in gridview, when i press the select button nothing happens
I am Using ASP.net C#, I am using GridView, and I am unable to select row, when i press select command on gridview. In actual when i select a row, the request is sent to another page, on which the ...
1
vote
1answer
26 views
ASP dynamic usercontrols in a gridview do not update
I have a got Gridview, that gets its data by:
internal void updateGrid()
{
List<String> data = dt.getAlldata(UserID(), ListID());
gridViewer.DataSource = data;
...
-1
votes
1answer
27 views
Object reference not set to an instance of an object in gridview in asp.net
I am getting this error on a row command in my gridview. Here is the code:
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
SqlConnection con = new ...







