Notifications
Clear all

[Closed] How to make a grid?

I want to have like an excel type grid in my script interface. So I can list a load of items and show a load of properties in columns from a database file. Guessing dotnet or something similar… Would like to be able to edit certain bits of information and be able to know which row/item was selected.

Thanks in advanced…

4 Replies

Dave,
Have a read through Paul’s tutorial to get you started. Also take a look at the render to texture mcr file which was re-written a few versions back with .Net in mind.

http://paulneale.com/tutorials/dotNet/listView/dotNetListView.htm

Mike

You also have DataGrid, here’s an article on both: http://www.knowdotnet.com/articles/printgriddemo.html

Sweet, that’s exactly that’s what I’m looking for…

Thanks

 PEN

There is also the one from Dev Express that ships with Max. Forget what it is called now. I found it to be quite good until I tried to work with graphics in cells. Other then that it made other tasks easy like adding spinners in cells.