Hi people,
I want to know if it's possible to create a custom datagrid shown in figure 1 and figure 2 using VB.NET ? Could you kindly please help me or at least give me clues ?
Figure 1 shows us a Datagrid of the Items List.....it will automatically generate an arrow each time a new item is added to the list (marked with the orange rectangle), and when the arrow is clicked it will bring the user directly to the data view of a certain item.
FIGURE 1:
And Figure 2 shows us a Datagrid with a down arrow (marked with the orange circle), and when the down arrow is clicked, it will show the users a list of items, so that the users could easily select the items from the list.
FIGURE 2:
Now the question is, using VB.NET, can I make something like it ? Do I have to create a new and custom DATAGRID CONTROL ? Or can I just use the Datagrid Control provided by the Visual Studio.NET ?
Thanks in advance,
Chris
I want to know if it's possible to create a custom datagrid shown in figure 1 and figure 2 using VB.NET ? Could you kindly please help me or at least give me clues ?
Figure 1 shows us a Datagrid of the Items List.....it will automatically generate an arrow each time a new item is added to the list (marked with the orange rectangle), and when the arrow is clicked it will bring the user directly to the data view of a certain item.
FIGURE 1:
And Figure 2 shows us a Datagrid with a down arrow (marked with the orange circle), and when the down arrow is clicked, it will show the users a list of items, so that the users could easily select the items from the list.
FIGURE 2:
Now the question is, using VB.NET, can I make something like it ? Do I have to create a new and custom DATAGRID CONTROL ? Or can I just use the Datagrid Control provided by the Visual Studio.NET ?
Thanks in advance,
Chris