- Home
- Forum
- ASP.NET MVC (Classic)
- Syncfusion generic dropdown is not Visible
Syncfusion generic dropdown is not Visible
Hi Siva,
Thanks for contacting Syncfusion forums.
We have prepared a simple sample with two partials views and placed a Treeview within GenericDropdown in one of the partial views and called the action method from another controller using RedirectToAction() method, but we are unable to reproduce the reported issue. Treeview and GDD are visible and they are working fine with no issues.
The sample which we have tried is available in the below link.
Please refer the below code snippets,
<code>
[New controller]
public class TestController : Controller
{
//
// GET: /Test/
public ActionResult Index()
{
return RedirectToAction("Index","Home"); //calling the index action of Home controller
}
}
[Home -> Index.aspx]
<div>
<%Html.RenderPartial("ViewUserControl1");%></div>
<div>
<%Html.RenderPartial("ViewUserControl2");%>
</div>
</code>
Kindly have a look at the sample and let us know if helps. Or if you still feel that issue exists, could you please try reproducing the issue in above sample and share it with us, so that we can analyze the problem from our end and provide you a better solution.
Please let us know if you have any other concerns.
Regards,
Meena
GenericDropDown_130b1ad9_fa7910ba.zip
Hi Siva,
We are glad to know that your issue has been solved.
Kindly get back to us if you need any assistance. We will be happy to assist you.
Regards,
Meena
- 3 Replies
- 2 Participants
-
SI Sivakumar
- Feb 19, 2013 01:51 PM UTC
- Feb 25, 2013 11:46 AM UTC