TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sasikumar AD
NA
1
855
hide/display using EditPostRenderCode in lightswitch
Oct 9 2014 7:06 AM
I am using search control for the browse details screen. Initially the list/Tile list is not visible. I want it to be visible once I type and enter in the search box. I tried using the following code in the method,
myapp.BrowseemployeeDetails.SearchingID_postRender = function (element, contentItem) {
// Write code here.
screen.ContentItem("employeeDetails").IsVisible = true;
};
but its not working.. I am new to lightswitch, so detail help would be grateful.
Reply
Answers (
0
)
CRUD operation in asp.net mvc using WCF and Entity Framewrk
Visual Studio