473,666 Members | 2,039 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Very flexible grid for ASP.NET

Folks,

I have a project at hand where I'll need a really flexible grid for
ASP.NET. The standard row/column model doesn't cut it - I need to
specifically be able to tell each individual cell what kind of cell it
is (e.g. showing text, rendering an image etc.).

Most standard grids will allow you to define your own grid column
types - but that's not sufficient for my case here.

Does anyone know of a ready-made grid out there that will allow me to
specify on a cell-by-cell basis what kind of cell it is (and how to
render itself) ??

If not: has anyone tackled that problem before and come up with a
solution based on the standard ASP.NET GridView control??

Thanks for any hints and pointers !
Marc
Jul 17 '08 #1
3 1858
Hi,,

First of all asp.net grid view have this facility if you think
carefully...
in item databound you can modity the style of each cell .... depending
on your need...

Other famouse asp.net thirdparty grid's are ...
telerik (http://www.telerik.com/) asp.net rad grid...
,Component Art (http://www.componentart.com/) asp.net grid
and
Infragistics asp.net grid is good

Best of luck

-------
Munna

www.munna.shatkotha.com/blog
www.munna.shatkotha.com
www.shatkotha.com
Jul 17 '08 #2
You can make the grid out of template columns, include in the templates
whatever controls you will need and hide and show individual controls
programmaticall y in RowDataBound event depending on the actual data.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Marc Scheuner" <no*****@for.me wrote in message
news:oi******** *************** *********@4ax.c om...
Folks,

I have a project at hand where I'll need a really flexible grid for
ASP.NET. The standard row/column model doesn't cut it - I need to
specifically be able to tell each individual cell what kind of cell it
is (e.g. showing text, rendering an image etc.).

Most standard grids will allow you to define your own grid column
types - but that's not sufficient for my case here.

Does anyone know of a ready-made grid out there that will allow me to
specify on a cell-by-cell basis what kind of cell it is (and how to
render itself) ??

If not: has anyone tackled that problem before and come up with a
solution based on the standard ASP.NET GridView control??

Thanks for any hints and pointers !
Marc

Jul 17 '08 #3
Hello Marc,

I would recommend you to go to http://www.componentsource.com and select
the grid from the variety of all grids

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
MSFolks,
MS>
MSI have a project at hand where I'll need a really flexible grid for
MSASP.NET. The standard row/column model doesn't cut it - I need to
MSspecifically be able to tell each individual cell what kind of cell
MSit is (e.g. showing text, rendering an image etc.).
MS>
MSMost standard grids will allow you to define your own grid column
MStypes - but that's not sufficient for my case here.
MS>
MSDoes anyone know of a ready-made grid out there that will allow me
MSto specify on a cell-by-cell basis what kind of cell it is (and how
MSto render itself) ??
MS>
MSIf not: has anyone tackled that problem before and come up with a
MSsolution based on the standard ASP.NET GridView control??
MS>
MSThanks for any hints and pointers !
MSMarc
Jul 17 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
6683
by: Adam Warner | last post by:
Hi all, With this structure that records the length of an array of pointers as its first member: struct array { ptrdiff_t length; void *ptr; };
2
10317
by: Christopher Benson-Manica | last post by:
Is the following program conforming under C99? #include <stdio.h> typedef struct foo { int bar; int baz; } foo; foo foos={
2
2985
by: DevarajA | last post by:
Can someone help me understand what flexible array members exactly are, how they behave and how could them be implemented by a i386? Also I didn't understand the two exceptions that the standards talks about (when talking about ignoring the flexible array member). Please help me. -- Devaraja (Xdevaraja87^gmail^c0mX) Linux Registerd User #338167 http://counter.li.org
3
1545
by: Jesper Denmark | last post by:
Within the following construction switch (expression) { int i; i = GetArgs() //return 2 case constant-expression:
1
11872
by: ANDRES BECERRA | last post by:
Herfried K. Wagner was kind enough to point me to the PropertyGrid control http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwindowsformspropertygridclasstopic.asp I have found a few samples of how to use the PropertyGrid control and have gained a decent understanding of it. But of course, as it usually the case, my needs go far beyond the simple examples shown in online samples. All the online samples show how to take a class...
14
2117
by: Lars Netzel | last post by:
A little background: I use three Datagrids that are in a child parent relation. I Use Negative Autoincrement on the the DataTables and that's workning nice. My problem is when I Update these grid and write to the database and I set the new Primary Keys and related Fields to the new asigned atuonumbers in the Access.
2
1213
by: James | last post by:
I have a very simple datagrid, with an edit button that I added in PropertyBuilder. This fires the EditCommand event just fine and I show a panel where the user can edit certain fields. I have a button to save the changes. Within that button, I refer to dataGrid1.EditItemIndex and it's returning -1. Isn't this property set when I click on the edit button within the grid?
20
1801
by: mechanicfem | last post by:
I thought (as they're in c99) that flexible arrays were there for a number of reasons - but I also thought they'd be great for stepping into structures (say) that were aligned in memory after (say) a header struct, e.g.: struct element { int a; int b; };
7
3781
by: keliie | last post by:
Hello Just a quick question that I've spent a few hours trying to solve with no luck (although one would think this should be fairly easy). I have a form with a subform. The subform is based on a query. The criteria for the query is based on the user's input in the main form. One of the user inputs is a field called "Vendor_Name" (in the form of a combo box). I would like the query to run for all "Vendor_Name" if the user leaves the...
0
8448
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8552
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7387
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4369
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2773
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.