Im trying to add jquery grid to my site. (codeigniter php)
It loads the data just fine but the grid ends up looking awful.. I dont know much about css....
heres an image of what Im getting
i have a devexpress grid with some 500 pages.the coding has been done in asp.net & c#.net
what i do is i select a record in 2nd page, 3rd page , 4th page, and in 10thpage,
on clicking a button i want all the selected records in different pages of the grid should come to the first page.
There have been some similar questions asked regarding Grid views, but none have been sufficiently answered (some have been left unanswered as the SDKs were under NDAs at the time).
The question is: Can anyone direct me towards a tutorial, or explain to me what steps to take to create a Grid View similar to iBooks, or the Yahoo! Entertainment app on the iPhone?
Here's a screenshot of what I mean.
Hi friends, I need to load the database values into the grid view by checking the attrinute "id". If the id value which I entered s equal to database, then it'll load in d grid view.
Help me to do tat
I am using dhtmlx grid.I have two grids named grid1,grid2.
I have loaded the two grids using json object.
If i select one record in the grid1 and click on the button that record has to load in the second record.I am able to load that selected record in the second grid using document.location.reload(true);with this, the total page is refreshing.but i want to refresh grid2 only.
I want to refresh grid2 only after click on the button.how can i refresh/reload grid2.
hi to all of you,
problem is , that whenever the grid's row is right clicked the selected item is null.how do i make a the grid's row selected when any row was right clicked?
thanks
Jamal
Does anyone know how to do snap-to-grid in Cappuccino? Basically, I have draggable objects which I can drag into a target area. The target view needs to be set up with snap-to-grid feature. I've seen it with Mockingbird, so it's definitely possible.
Any info is appreciated.
Thanks!
Hi,
I am new to component art grid. I am trying to add tooltip to a column in the component art grid.I have to show the data of the column in the tooltip when i mouse over each record. Can you please help me in this issue.
Thanks.
Hello,
I'm writing GUI app in haskell.
I use sqlite to gather data and want to use grid in wxHASKELL TO
present data in app. Everything is all right but I want to have
possibility to add rows from haskell app. I achieved that but when I
refresh it It expands and covers other controls.
To make things short how can I set maximum size of control, and if
there are more rows in that grid then make scroll appear ?
thanks for any help,
bye
Hi!
I'm using Grid with "Client Selection" (http://demos.telerik.com/aspnet-mvc-beta/grid/selectionclientside) of Telerik, and my page loads with one of the lines already marked. I wonder how it could activate the event OnRowSelected (on the marked line) when the page loads.
Thanks everyone!
Hi, I'm working with devexpress pivot grid, so I added the paging function and everything is working fine, the only thing I need to do is display the total row on each page, at this moment it is displayed just in the last one, I was looking on DevExpress documentation and it looks like pivot grid calculate the total and gran total automatically and I don't find any thing about my task, anybody knows how can I do this???
Regards
Leo
Sorrry guys, I'm stuck here.
I have a few grids, I also have CollectionViewSource objects associated with those grids.
Now, I'm trying to apply CollectionViewSource.SortDescriptions in ColumnHeaderClick method, and now I have to define almost the same method for each grid.
But the only thing I really need is to obtain in which Grid is happenning.
How to get that, I have no idea. Help me please.
VisualTreeHelper.GetParent didn't work.
Does anybody out there know of a lgpl licensed Property Grid control for c#. I know there is a property grid control in the monodevelop source but I was wondering if there were other options?
Hi
I am trying to determine which row (RowDefinition) my mouse is over within a WPF grid.
I have tried adding the MouseEnter event to the RowDefinition but the event doesn't fire, the Event does fire on the Grid itself but that doesn't help as I need the name of the row the mouse is currently over.
Thanks in advance.
Hi,
Is it possible to have a data grid within a tree structure in flex? Reverse of what advanced datagrid provides{where you can have a tree structure within a data grid}.
i have data grid to which data is getting from database.after getting the data i hvve to show entire row information in an alert box.can any one help me
thanks in advance.
my function code is
private function fetch(event:Event):void
{
var selectedRow:Object = event.currentTarget.selectedItem;
Alert.show(""+selectedRow.Details);
}
iam calling this method on click event of grid
Hi
I am currently working on setting tab order for my appliction.
When I click some item inside grid view or datagrid it display pop up, How can access the client id of the particular item (cell) which caused the pop up to appear..
??
And also how can reset the focus back top that item in grid view..
can anyone help??
I have initially two data grids,a button and a list..
If i select one item in grid one and second in grid 2 and after clicking the button the details should be displayed on the list depending upon the selection.presently iam not dealing with the data base.
iam doing it stand alone.
Please find the attached image in this posting. We have a requirement to draw a rectangle at run time on selected grid columns.The rectangle must cover all of the selected grid cells as the described in the below image.
Is there any good solution for ajax enabled Grid with pageing and sorting which only brings the required data from database? I mean it should only bring the data from the database which is to be displayed on the particular page number of the grid.
I looked at this. It looks good. But I just thought if anyone has created something better using Google's or Yahoo's javascript library or using any good features of asp.net 3.5.
I have a grid with 4 buttons...1 row, 4 columns. I am looking for a way to visually group the two buttons on the left from the two on the right. I was looking for a way to do this with a separator but it doesnt seem to be playing nice with Grid, preferring StackPanel.
Is this the right control?
If so, how does one make the thing separate the columns (populated with buttons in this case)?
Thanks.
Hi friends,
I want to some how control the visibility of some columns in my advance data grid. I have a data provider with 115 coumns out of which I want to hide few columns. I know the column index and header field of these columns. Is there some property in Advance data grid where I can specify this directly?
Thanks in advance.
I setup my gridview to handle the edit,delete, and insert operations correctly. My grid also supports paging and sorting. My question is how to highlight and go to the newly inserted row in my grid?