Is this a good plan for my application, using chromium,xslt and jgrid?

Is this a good plan for my application, using chromium,xslt and jgrid?

Our application, which is not a web app but a vb.net client for dispatching trucks, uses the chromium object to display messages in our software.  I am now going to be receiving xml strings that need to be displayed in the chrome object.  I have to use xslt to convert the xml to html. I was planning on using the jgrid which is jquery from what I have learned.  Some of the xml strings will represent a list and is supposed to allow the user to select one of the items to request additional information.
 
Does this plan sound feasable? the chromium, xslt and jgrid that is? I followed some samples and built a simple html forms with an imbedded xml string.  It displayed just fine.  But how do you select something on the grid so I can process it in my application to look up the details from the selected item on the list?
 
Any information to put me heading the rightdirection will be greatly appreciated.  Thanks.