Modify the event grid (for Event List) - ASPX/IMIS Newbie

Hello Everyone, it's the Newbie again.

I want to alter the appearance of the event grid found in Courses/Core/Events/Events.aspx  => ie. asiweb:Lister2 id="EventsGrid"

but I am a complete newbie to all things iMIS and ASPX etc.  Where do I find a list of avaliable asiweb objects (ie. Lister2)? And any tips / references on getting started with aspx etc?  I love the forum but many of the questions/discussions are over my head right now....

Thank you!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

You can change the row

You can change the row colours and header styles by editing CSS and SKIN files From App_Themes folder from imis public site. There is a nice tool available for firefox browser called 'Firebug' you can use this tool, this allows you inspect, edit and monitor CSS, HTML

Thanks

Change columns

Thank you for your reply.  I should have been more specific in my original post - I am wanting to add columns to the event grid results.  Is that possible?

Very easy Change the

Very easy

Change the following IQAs to add columns from display tab

$/EventManagement/DefaultSystem/Queries/EventList/Public

$/EventManagement/DefaultSystem/Queries/EventList/ViewAll

Thanks

 

 

"select" column

Thank you for the answers.  Is there a way to remove the "Select" column?  I just want to display a list of information (read-only).

Thanks!!! 

 

 

Please open events.aspx page

Please open events.aspx page and change SelectColumnLocation attribute to "none"

for example:

SelectColumnLocation="Beginning"  to SelectColumnLocation="none"

 

Thank you!!! 

Thank you!!!