This is a migrated thread and some comments may be shown as answers.

Rectangle

1 Answer 64 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Madhan
Top achievements
Rank 1
Madhan asked on 25 Oct 2012, 05:23 PM

I am using Asp.net Ajax telerik controls and VS 2010. I need to draw something like attached figure in aspx page and when the user clicks it, it needs to display user control details. I am very new to this kind of project. Please give me some input on how to achieve this ( draw rectangle like that and enter text in asp.net) using telerik controls.

 Thanks!

 

 

 

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 30 Oct 2012, 12:52 PM
Hello,

You could use Div elements and CSS styles to make the rectangles and the borders. You could check this online resource for more information on how to achieve your goal.

Then you need to hook the click event of the Div element and use the RadAjaxManager ajaxRequest function to perform the postback.

Give these suggestions a try and check whether you get the desired behavior.

Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Madhan
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or