Grid Qs... Click grid row takes you to URL, larger tooltips with CSS, which data source is best?
Hi everyone
I've just been trying out the ActiveWidgets library and it's pretty awesome.
The thing I have been most impressed with is the performance of this control. All possible implementations I've been testing with have not involved the editing or sorting functions, but it's a really quick way to display a user-friendly data table on a page.
I have a few questions...
1) Is it possible to have a button (maybe in the selector column) that by clicking it can send you to a URL with a ID query string?
So you've got a grid of data and clicking that can take you to the full record or something?
2) The tootips feature is really cool for when the columns are too narrow to see what's fully there.
But is there a way to implement CSS-style tooltips rather than the simplified ones that just do title="" or alt="" at the moment?
On many of our potential implementations with the grid widget, we would be dealing with data longer than can be displayed using title="" or alt=""
This is the CSS tooltip technique we currently use...
http://psacake.com/web/jl.asp
What would be really cool is if there was a way to only have the tooltips appearing if the data in the column doesn't fit in the current column width.
3) Which data source is the best to use?
The application I've been testing this out on is a standard PHP/MySQL environment so I was thinking of using XML and pointing the data source to an xml file which is parsed as PHP to load the data in from the database.
This particular implementation will be dealing with 1-300 99% of the time.
Any ideas / suggestions?
Thanks
Ben
I've just been trying out the ActiveWidgets library and it's pretty awesome.
The thing I have been most impressed with is the performance of this control. All possible implementations I've been testing with have not involved the editing or sorting functions, but it's a really quick way to display a user-friendly data table on a page.
I have a few questions...
1) Is it possible to have a button (maybe in the selector column) that by clicking it can send you to a URL with a ID query string?
So you've got a grid of data and clicking that can take you to the full record or something?
2) The tootips feature is really cool for when the columns are too narrow to see what's fully there.
But is there a way to implement CSS-style tooltips rather than the simplified ones that just do title="" or alt="" at the moment?
On many of our potential implementations with the grid widget, we would be dealing with data longer than can be displayed using title="" or alt=""
This is the CSS tooltip technique we currently use...
http://psacake.com/web/jl.asp
What would be really cool is if there was a way to only have the tooltips appearing if the data in the column doesn't fit in the current column width.
3) Which data source is the best to use?
The application I've been testing this out on is a standard PHP/MySQL environment so I was thinking of using XML and pointing the data source to an xml file which is parsed as PHP to load the data in from the database.
This particular implementation will be dealing with 1-300 99% of the time.
Any ideas / suggestions?
Thanks
Ben
ben5796
April 23,